home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3863 / 3863.xpi / chrome / imacros.jar / skin / sidebar.css < prev    next >
Cascading Style Sheet File  |  2008-07-04  |  771b  |  32 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. /* sidebar */
  4.  
  5. treechildren:-moz-tree-image(container) {
  6.     list-style-image: url("chrome://imacros/skin/folder.png");
  7.     margin-right: 7px;
  8. }
  9.  
  10. treechildren:-moz-tree-image(container,closed) {
  11.     -moz-image-region: rect(0px, 16px, 16px, 0px);
  12. }
  13.  
  14. treechildren:-moz-tree-image(container,open) {
  15.     -moz-image-region: rect(0px, 32px, 16px, 16px);
  16. }
  17.  
  18. treechildren:-moz-tree-image(js-file) {
  19.     list-style-image: url("chrome://imacros/skin/jslogo.gif");
  20.     margin-right: 7px;
  21. }
  22.  
  23. treechildren:-moz-tree-image(iim-file) {
  24.     list-style-image: url("chrome://imacros/skin/imglog.png");
  25.     margin-right: 7px;
  26. }
  27.  
  28. listitem[selected=true] {
  29.     background-color: #316ac5;
  30.     color: #ffffff;
  31. }
  32.